	<STYLE TYPE="text/css">
	<!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm; so-language: zxx }
	-->
	</STYLE>

<style>
/* unvisited link */
a:link {  color: black;  }
/* visited link */
a:visited {  color: blue;}
/* mouse over link */
a:hover {  color: hotpink;}
/* selected link */
a:active {  color: blue;}
</style>



<style>
div.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 1000px;
  border: 3px solid #73AD21;
}
</style>


<style>

.my-container {
    position: relative;
    overflow: hidden;
  text-align: center;
}
.my-container h1 {
    padding: 20px;
    position: relative;
    z-index: 2;
  text-align: center;
} 
.my-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
  text-align: center;	
} 
ul {
    list-style-type: none;
    margin: 2;
    padding: 2;
    overflow: hidden;
    background-color: skyblue;
    position: fixed;
    top: 0;
    width: 100%;
z-index:2;
  text-align: center;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-size: .8vw;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: palegreen;
}

.active {
    background-color: springgreen;
}
</style>

<style>
.dropbtn {
    background-color: pink;
    color: white;
    padding: 16px;
    font-size: 1vw;
    border: none;
    cursor: pointer;
    
}

.dropdown {
  position: fixed;
  top: 100;
  left: 10;
  width: 30%;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: yellow;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: blue;
    font-size: .8vw;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:gold}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: gold}
</style>
<style>
div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
}
</style>

<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=500,height=300,left=800,top=700scrollbars=yes');

return false;
}
//-->


</SCRIPT>

<style type="text/css">
 .row { vertical-align: top; align: height:auto !important; }
 .list {display:none; }
 .show {display: none; }
 .hide:target + .show {display: inline; }
 .hide:target {display: none; }
 .hide:target ~ .list {display:inline; }
 @media print { .hide, .show { display: none; } }
 </style>

<script>

function goBack() {
    window.history.back();
}
</script>


